home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 090 / ozbext.arc / CIS.BAT next >
DOS Batch File  |  1988-03-03  |  314b  |  13 lines

  1. rem ********************************************************
  2. rem  You must pass to this batch file the port speed wanted
  3. rem ********************************************************
  4. echo off
  5. cls
  6. if %1A==A goto error
  7. ozbext 1 %1 n 8 1 -x -v
  8. goto done
  9. :error
  10. echo No Speed parameter passed!
  11. pause
  12. :done
  13.